home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global fh
- set the searchCurrentFolder to 0
- if the machineType = 256 then
- set file to FileIO(mnew, "read", "config.cfg")
- if objectp(file) then
- beep()
- beep()
- set trang to word 1 of file(mReadLine)
- set the searchPath to [the pathName, trang & ":\bugs\"]
- file(mdispose)
- else
- beep()
- set the searchPath to [the pathName & "bugs\"]
- end if
- exit
- else
- set the searchPath to [the pathName & "bugs:", "How Many Bugs?:bugs:"]
- end if
- set the searchCurrentFolder to 0
- if not objectp(fhider) then
- set fh to FinderHider(mnew)
- end if
- fh(mShowBorder, 1)
- fh(mUpdateBorder)
- end
-